metier
Class ListeChampionnat
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
metier.ListeChampionnat
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, ListeChampionnatInterface
public class ListeChampionnat
- extends java.rmi.server.UnicastRemoteObject
- implements ListeChampionnatInterface
Class ListeChampionnat
Package metier
Définition d'une liste de championnat
- Author:
- Hervé Le Fouler et Lionel Lasry
- See Also:
- Serialized Form
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
listeChampionnats
private java.util.ArrayList<ChampionnatInterface> listeChampionnats
ListeChampionnat
public ListeChampionnat()
throws java.rmi.RemoteException
- Constructeur de ListeChampionnat
- Throws:
java.rmi.RemoteException
returnListeChampionnat
public void returnListeChampionnat()
throws java.rmi.RemoteException
- Génére un objet avec une arrayList de tout les championnats
- Specified by:
returnListeChampionnat in interface ListeChampionnatInterface
- Throws:
java.rmi.RemoteException
getListeChampionnat
public java.util.ArrayList<ChampionnatInterface> getListeChampionnat()
throws java.rmi.RemoteException
- Renvoi l'arraylist de championnat
- Specified by:
getListeChampionnat in interface ListeChampionnatInterface
- Returns:
- ArrayList listeChampionnats
- Throws:
java.rmi.RemoteException